home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utilsys / backex.lha / Include.h < prev    next >
C/C++ Source or Header  |  1992-09-02  |  469b  |  29 lines

  1. /*
  2.     ·C·O·D·E·X· ·D·E·S·I·G·N· ·S·O·F·T·W·A·R·E·
  3.     presents:
  4.  
  5.      backex
  6.  
  7.      Include.h; easily create gst file
  8.  
  9.     (c)by Hans Bühler
  10. */
  11.  
  12. #include    <exec/types.h>
  13. #include    <exec/execbase.h>
  14. #include    <exec/memory.h>
  15. #include    <dos/dos.h>
  16. #include    <dos/dostags.h>
  17. #include    <exec/execbase.h>
  18. #include    <intuition/intuition.h>
  19.  
  20. #include    <proto/exec.h>
  21. #include    <proto/dos.h>
  22. #include    <proto/intuition.h>
  23.  
  24. #include    <stdlib.h>
  25. #include    <string.h>
  26. #include    <stdio.h>
  27.  
  28. #include    <email.h>
  29.